From 99eed078bdda6babfd1d07c6d685371ad803568b Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Wed, 8 Apr 2020 08:01:58 -0400 Subject: [PATCH] Remove focusable-container tests Like the previous commit, these tests were relying on setting :can-focus to make an unsuspecting container focusable, which does not work anymore. --- .../gtk/focus-chain/focusable-container.tab | 5 ---- .../focusable-container.tab-backward | 5 ---- .../gtk/focus-chain/focusable-container.ui | 29 ------------------- testsuite/gtk/meson.build | 3 +- 4 files changed, 1 insertion(+), 41 deletions(-) delete mode 100644 testsuite/gtk/focus-chain/focusable-container.tab delete mode 100644 testsuite/gtk/focus-chain/focusable-container.tab-backward delete mode 100644 testsuite/gtk/focus-chain/focusable-container.ui diff --git a/testsuite/gtk/focus-chain/focusable-container.tab b/testsuite/gtk/focus-chain/focusable-container.tab deleted file mode 100644 index 21816d5316..0000000000 --- a/testsuite/gtk/focus-chain/focusable-container.tab +++ /dev/null @@ -1,5 +0,0 @@ -entry1 GtkText -box -entry2 GtkText -entry3 GtkText -WRAP diff --git a/testsuite/gtk/focus-chain/focusable-container.tab-backward b/testsuite/gtk/focus-chain/focusable-container.tab-backward deleted file mode 100644 index 46d54a6137..0000000000 --- a/testsuite/gtk/focus-chain/focusable-container.tab-backward +++ /dev/null @@ -1,5 +0,0 @@ -entry3 GtkText -entry2 GtkText -box -entry1 GtkText -WRAP diff --git a/testsuite/gtk/focus-chain/focusable-container.ui b/testsuite/gtk/focus-chain/focusable-container.ui deleted file mode 100644 index e6d2947d20..0000000000 --- a/testsuite/gtk/focus-chain/focusable-container.ui +++ /dev/null @@ -1,29 +0,0 @@ - - - - - - - entry1 - - - - - box - 1 - - - entry2 - - - - - entry3 - - - - - - - - diff --git a/testsuite/gtk/meson.build b/testsuite/gtk/meson.build index f388022cc9..6855937b85 100644 --- a/testsuite/gtk/meson.build +++ b/testsuite/gtk/meson.build @@ -157,14 +157,13 @@ if add_languages('cpp', required: false) endif endif + focus_chain_tests = [ # test direction [ 'basic', 'tab' ], [ 'basic', 'tab-backward' ], [ 'basic', 'left' ], [ 'basic', 'right' ], - [ 'focusable-container', 'tab' ], - [ 'focusable-container', 'tab-backward' ], [ 'widget-factory', 'tab' ], [ 'widget-factory', 'tab-backward' ], [ 'widget-factory', 'up' ], -- 2.30.2